fix(abm): 동 fallback + 퐁당퐁당 UI + 같은 spot 재클릭 시 시나리오 form#191
Merged
Conversation
- 헤더 "ABM 페르소나 행동 시뮬 (—)" 표시 버그 fix:
focusSpot.label || targetDistrict || '—' 로 fallback chain (?? → || 변경,
empty string 도 처리). AbmTab/AbmPersonaMap/AbmFloatingWidget 3 곳.
- 같은 spot 재클릭 시 progress 만 떠서 시나리오 변경 못 하던 문제 fix:
isRunningCurrentSpot 분기 제거 → 항상 시나리오 form 노출. 사용자가 같은
spot 에 날씨/요일 다른 변형 enqueue 가능. 진행 상태는 우하단 queue panel +
AbmFloatingWidget 으로 노출.
- 퐁당퐁당 UI (page→panel→card alternating, AnalyzeGroup 패턴 정합):
* AbmGroup: bg-secondary → bg-card border (제일 밖 = 흰색)
* AbmTab map view + AbmPersonaMap 외곽: bg-card → bg-secondary (gray panel)
* 좌측 결과 패널 (col-start-1) + 우하단 (col-start-2 row-start-2):
bg-secondary → bg-card border (흰색 inner cards)
DB 변경: 0
신규 endpoint: 0
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Test plan
변경 파일
🤖 Generated with Claude Code